home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / tc_btree.zip / ADDKEY.H < prev    next >
Text File  |  1989-02-08  |  429b  |  9 lines

  1. tapage * addkey(indexfile * nxp, int dataref, char * key);
  2.     /*
  3.      *  Adds 'key' to the indexfile * nxp. The record number associated
  4.      *  with the data item with this 'key' is dataref. This function
  5.      *  returns a pointer to the page where 'key' is inserted.  In case
  6.      *  of 'passed up' the pointer returned is not where 'key' is located,
  7.      *  but rather, where the last pushed up key is found.
  8.      */
  9.